home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / mammary-memory.exe / scripts / DefineButton2_43 / BUTTONCONDACTION on(press).as
Text File  |  2004-08-27  |  175b  |  8 lines

  1. on(press){
  2.    if(eval("/:flipDisabler") < "2" and eval("/:noFlip") == "0")
  3.    {
  4.       set("/:flipDisabler",eval("/:flipDisabler") + "1");
  5.       gotoAndPlay(11);
  6.    }
  7. }
  8.